home *** CD-ROM | disk | FTP | other *** search
/ Tabloid Beauties (Italian) / Saranno famos.iso / DATA / ANGELA.DIR / 00114_Script_114 < prev   
Text File  |  1995-03-07  |  241b  |  12 lines

  1. on exitFrame
  2.   if the movietime of sprite 6 < the duration of cast "QT.MOV" then
  3.     go the frame
  4.   else
  5.     
  6.     global WhichGirlFIle
  7.     cursor 4
  8.     puppetsprite 2,false
  9.     updatestage
  10.     go (WhichGirlFIle & "0")
  11.   end if
  12. end